How to Install net-tools software package in Ubuntu 14.04 LTS (Trusty Tahr)

How to Install net-tools software package in Ubuntu 14.04 LTS (Trusty Tahr)

net-tools software package provides The NET-3 networking toolkit, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install net-tools 

net-tools is installed in your system.

Make ensure the net-tools package were installed using the commands given below,

$ sudo dpkg-query -l | grep net-tools *

You will get with net-tools package name, version, architecture and description in a table

net-tools package basic information:

Distro Ubuntu 14 04 lts trusty tahr
Section Network
Package net-tools
Version 1.60-25ubuntu2
Description The NET-3 networking toolkit
Sub Section Net


See Also, How to uninstall or remove net-tools software package from Ubuntu 14.04 LTS (Trusty Tahr)?